You need to update your browser to use the site.
CV: RIMyHOLCyAjV5JL5.0
CreateFile(
"\\\\.\\COM10", // address of name of the communications device
fdwAccess, // access (read-write) mode
0, // share mode
NULL, // address of security descriptor
OPEN_EXISTING, // how to create
0, // file attributes
NULL // handle of file with attributes to copy
);
NOTES: This syntax also works for ports COM1 through COM9. Certain boards
will let you choose the port names yourself. This syntax works for those
names as well.
Article ID: 115831 - Last Review: 03/01/2005 15:35:00 - Revision: 3.3